home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zvukove karty / Aopen / wxp1300.exe / AOINST.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2001-09-14  |  1.6 KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 162
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1'
  7.   ClientHeight = 332
  8.   ClientWidth = 474
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = -2
  23.     Top = 0
  24.     Width = 479
  25.     Height = 335
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 152
  31.     Top = 264
  32.     Width = 289
  33.     Height = 13
  34.     AutoSize = False
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     Transparent = True
  42.   end
  43.   object Button1: TButton
  44.     Left = 280
  45.     Top = 301
  46.     Width = 97
  47.     Height = 25
  48.     Caption = 'Begin Install'
  49.     TabOrder = 0
  50.     OnClick = Button1Click
  51.   end
  52.   object Button2: TButton
  53.     Left = 384
  54.     Top = 301
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     TabOrder = 1
  59.     OnClick = Button2Click
  60.   end
  61.   object ProgressBar1: TProgressBar
  62.     Left = 16
  63.     Top = 304
  64.     Width = 249
  65.     Height = 18
  66.     Min = 0
  67.     Max = 100
  68.     TabOrder = 2
  69.     Visible = False
  70.   end
  71.   object CheckBox1: TCheckBox
  72.     Left = 152
  73.     Top = 264
  74.     Width = 273
  75.     Height = 17
  76.     Caption = 'Ignore System Drver Signing detect.'
  77.     Checked = True
  78.     State = cbChecked
  79.     TabOrder = 3
  80.   end
  81. end
  82.